home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / mswlogo3.zip / MSWLOGO.ZIP / LOGOLIB.ZIP / SETPEN < prev    next >
Text File  |  1992-07-27  |  389b  |  14 lines

  1. to setpen :pen_data
  2. ifelse equalp first :pen_data "penup [penup] [pendown]
  3. ifelse equalp first bf :pen_data "reverse ~
  4.        [penreverse] ~
  5.        [ifelse equalp first bf :pen_data "erase ~
  6.                [penerase] ~
  7.                [penpaint]
  8. setpensize first bf bf :pen_data
  9. setpencolor first bf bf bf :pen_data
  10. setpenpattern first bf bf bf bf :pen_data
  11. end
  12.  
  13. bury [setpen]
  14.